home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / code / p_serlib.sit / Serial Library Source Code / error.h < prev    next >
Text File  |  1989-07-27  |  604b  |  24 lines

  1. /***********************************************************************/
  2. /*    
  3. /*    error.h
  4. /*    by Atul Butte
  5. /*    Copyright ⌐ 1989 by Microsoft Corporation
  6. /*    All Rights Reserved
  7. /*
  8. /*    version 1.0
  9. /*    
  10. /*    
  11. /*    This routine provides standard error display functions.
  12. /*    
  13. /***********************************************************************/
  14.  
  15. /***********************************************************************/
  16. /*
  17. /*    P R O T O T Y P E S
  18. /*
  19. /***********************************************************************/
  20.  
  21. void display_string( char *pstMsg );
  22.  
  23. void return_string( char *pstBuff, char wError );
  24.